The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 03
MANIFEST 01
META.json 23
META.yml 022
Makefile.PL 13
README 11
lib/Dist/Zilla/Plugin/PodPurler.pm 115
7 files changed (This is a version diff) 1538
@@ -1,5 +1,8 @@
 Revision history for Dist-Zilla-Plugin-PodPurler
 
+0.093400  2009-12-06 19:34:41 America/New_York
+          formal "it's dead, jim" notice
+
 0.093020  2009-10-29
           refactor out a lot of common code to Pod::Elemental::PerlMunger
 
@@ -2,6 +2,7 @@ Changes
 LICENSE
 MANIFEST
 META.json
+META.yml
 Makefile.PL
 README
 dist.ini
@@ -6,8 +6,8 @@
       "version" : 1.4,
       "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
    },
-   "generated_by" : "Dist::Zilla version 1.092990",
-   "version" : "0.093020",
+   "generated_by" : "Dist::Zilla version 1.093400",
+   "version" : "0.093400",
    "name" : "Dist-Zilla-Plugin-PodPurler",
    "author" : [
       "Ricardo SIGNES <rjbs@cpan.org>"
@@ -25,3 +25,4 @@
    },
    "abstract" : "like PodWeaver, but more erratic and amateurish"
 }
+
@@ -0,0 +1,22 @@
+---
+abstract: 'like PodWeaver, but more erratic and amateurish'
+author:
+  - 'Ricardo SIGNES <rjbs@cpan.org>'
+generated_by: 'Dist::Zilla version 1.093400'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Dist-Zilla-Plugin-PodPurler
+requires:
+  Dist::Zilla: 0
+  List::MoreUtils: 0
+  Moose: 0
+  Moose::Autobox: 0.08
+  PPI: 0
+  Pod::Elemental: 0.092930
+  Pod::Elemental::PerlMunger: 0
+  Pod::Eventual: 0
+resources:
+  repository: http://github.com/rjbs/dist-zilla-plugin-podpurler
+version: 0.093400
@@ -2,6 +2,8 @@
 use strict;
 use warnings;
 
+
+
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
@@ -9,7 +11,7 @@ WriteMakefile(
   NAME      => 'Dist::Zilla::Plugin::PodPurler',
   AUTHOR    => "Ricardo\ SIGNES\ \<rjbs\@cpan\.org\>",
   ABSTRACT  => "like\ PodWeaver\,\ but\ more\ erratic\ and\ amateurish",
-  VERSION   => '0.093020',
+  VERSION   => '0.093400',
   EXE_FILES => [ qw() ],
   (eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'perl') : ()),
   PREREQ_PM    => {
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Dist-Zilla-Plugin-PodPurler, version
-0.093020:
+0.093400:
 
   like PodWeaver, but more erratic and amateurish
 
@@ -1,7 +1,5 @@
 package Dist::Zilla::Plugin::PodPurler;
-our $VERSION = '0.093020';
-
-
+our $VERSION = '0.093400';
 # ABSTRACT: like PodWeaver, but more erratic and amateurish
 use Moose;
 use Moose::Autobox;
@@ -186,17 +184,13 @@ Dist::Zilla::Plugin::PodPurler - like PodWeaver, but more erratic and amateurish
 
 =head1 VERSION
 
-version 0.093020
+version 0.093400
 
 =head1 WARNING
 
-This code is really, really sketchy.  It's crude and brutal and will probably
-break whatever it is you were trying to do.
-
-Unlike L<Dist::Zilla::Plugin::PodWeaver|Dist::Zilla::Plugin::PodWeaver>, this
-code will not get awesome.  In fact, it's just the old PodWeaver code, spun out
-(no pun intended) so that RJBS can use it while he fixes PodWeaver-related
-things.
+This library has been superceded by L<Pod::Weaver> and
+L<Dist::Zilla::Plugin::PodWeaver>.  It is unlikely to be updated again unless
+there are serious security problems (!?) or someone gives me money.
 
 =head1 DESCRIPTION